@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

input,
textarea {
	outline: none;
	border: none;
}

li {
	list-style: none;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
	color: #333;
}

.clear {
	clear: both;
}

body {
	overflow-x: hidden;
}

/* 轮播 */

.swiper_mation2 img {
	width: 100%;
}

.swiper_mation2 .banner_three,
.swiper_mation2 .banner_two {
	display: none;
}

.swiper_mation2 .banner_one {
	display: block;
}

.network_one .swiper_mation2 {
	margin-right: 15px;
	margin-left: 15px;
}

.network_one .banner_left,
.network_one .banner_right {
	display: none;
}

.network_one {
	position: relative;
}

.network_one .banner_left {
	position: absolute;
	left: -46px;
	top: 50%;
	z-index: 99;
	/* display: none; */
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	transition: all 0.5s;
	margin-top: -20px;
}

.network_one .banner_left img,
.network_one .banner_right img {
	width: 9px;
	padding: 12px 0;
	line-height: 40px;
}

.network_one .banner_right {
	position: absolute;
	right: -46px;
	top: 50%;
	z-index: 99;
	/* display: none; */
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	transition: all 0.5s;
	margin-top: -20px;
}

.swiper_mation2 .pagination_mation {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 15px;
	display: none;
}

.swiper_mation2 .pagination_mation .swiper-pagination-switch {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.swiper_mation2 .pagination_mation .swiper-pagination-switch.swiper-active-switch {
	background-color: #012969;
	border: 1px solid #012969;
}

/*小屏导航按钮*/

.menuIco {
	width: 26px;
	max-width: 30px;
	height: 64px;
	z-index: 2;
	right: 12px;
	top: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: 20px;
}

.menuIco div {
	width: 100%;
	height: 3px;
	background: #fff;
	margin: 5px auto;
	transition: all 0.5s;
	z-index: 5;
}

.menuIco .menuIco-one {
	margin-top: 21px;
}

.menuIco-close .menuIco-one {
	transform: rotate(45deg) translate(6px, 6px);
}

.menuIco-close .menuIco-two {
	display: none;
}

.menuIco-close .menuIco-three {
	transform: rotate(-45deg);
}

.header {
	background: url(../images/20191105bj001.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.header .logo {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.header .logo img {
	max-width: 20%;
}

.header .logos {
	text-align: center;
	margin-bottom: 10px;
}

.header .logoss {
	text-align: center;
	margin-bottom: 30px;
}

.header .logoz {
	display: none;
}

.header .logos img {
	max-width: 90%;
}

.header .logoss img {
	max-width: 80%;
}

.header .nav {
	position: absolute;
	top: 150px;
	width: 100%;
	right: 100%;
	transition: all 0.5s;
	z-index: 999;
	background-color: #fff;
	padding: 0 15px;
}

.header .nav.active {
	right: 0px;
}

.header .nav li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #D2D2D2;
}

.header .nav li a {
	display: block;
	font-weight: bold;
}

.header .nav li img {
	width: 20px;
}

.header .nav li font {
	float: right;
}

.header .nav li font img {
	width: 12px;
}

.header .nav li span {
	margin-left: 10px;
}

.navs {
	display: none;
}

.content {
	overflow: hidden;
	padding: 20px 0 40px;
}

.content .consult {
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}

.content .consult .rows {
	margin: 0 -7.5px;
}

.content .consult .rows div {
	padding: 0 7.5px;
}

.content .consult .rows img {
	max-width: 60%;
	margin: 10px 0;
	transition: all 0.5s;
}

.content .consult .rows a:hover img {
	transform: rotate(360deg) scale(1.2);
}

.content .consult .bad {
	background: url(../images/20191105img025.png) no-repeat center;
	background-size: 100% 100%;
}

.content .consult .report {
	background: url(../images/20191105img026.png) no-repeat center;
	background-size: 100% 100%;
}

.content .consult .query {
	background: url(../images/20191105img027.png) no-repeat center;
	background-size: 100% 100%;
}

.content .consult a {
	display: block;
	padding: 0 5px;
	height: 110px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}

.content .info {
	overflow: hidden;
	margin-top: 25px;
}

.content .info .red {
	color: #dc0014;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 10px;
}

.content .info .red p {
	line-height: 1.4;
	font-size: 1px;
	margin: 0;
	padding: 0 !important;
}

.content .info .red span,
.content .info .red font,
.content .info .red strong {
	margin: 0;
	padding: 0;
	line-height: unset;
	font-family: "微软雅黑";
	font-size: 14px !important;
	font-weight: normal;
}

.content .info .red:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #DC0014;
	left: 0;
	top: 10px;
}

.content .info li a {
	padding: 10px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	position: relative;
	padding-right: 80px;
}

.content .info li a:hover {
	color: #012969;
}

.content .info li a:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #dbdde4;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.content .info li a span{
	position: absolute;
	right: 0;
	color:#666;
}

.content .info .more {
	background-color: #f4f5f9;
	border-radius: 2px;
	display: block;
	width: 68px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #999;
	float: right;
}

.content .list {
	margin-top: 20px;
}

.content .title {
	position: relative;
	border-bottom: 1px solid #dbdde4;
	padding-bottom: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content .title span {
	font-size: 20px;
	color: #012969;
	position: relative;
}

.content .title span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #012969;
	left: 0;
	bottom: -17px;
}

.content .title a {
	color: #999999;
	bottom: 15px;
	position: absolute;
	right: 0;
}

.content .list li a {
	padding: 9px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	position: relative;
	padding-right: 80px;
}

.content .list li a:hover {
	color: #012969;
}

.content .list li a:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #dbdde4;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.content .list li a span{
	position: absolute;
	right: 0;
	color:#666;
}

.content .lists {
	margin-top: 40px;
}

.content .lists ul {
	display: none;
}

.content .lists .switch {
	font-size: 24px;
	border-bottom: 1px solid #dbdde4;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

.content .lists .switch i {
	margin: 0 20px;
	font-style: normal;
}

.content .lists .switch span {
	position: relative;
	cursor: pointer;
	margin-right: 40px;
	color: #333;
	position: relative;
}

/* .content .lists .switch span:first-child::before{content: "";position: absolute;width: 1px;height: 25px;top: 5px;right: -20px;background-color: #DBDDE4;} */

.content .lists .switch span.active {
	color: #012969;
	font-weight: bold;
}

.content .lists .switch span.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #012969;
	left: 0;
	bottom: -17px;
}

.content .lists .switch a {
	color: #999999;
	bottom: 15px;
	position: absolute;
	right: 0;
	font-size: 14px;
	display: none;
}

.content .network {
	margin: 20px 0 0;
	overflow: hidden;
}

.content .network_one {
	margin: 20px 0 0;
}

.content .phone .phone_box {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.content .phone a:hover .rows div {
	transform: translate(0, -7px);
}

.content .phone p {
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
	color: #012969;
}

.content .report_pohoe {
	position: absolute;
	background-color: #F55E23;
	left: 0px;
	top: 15px;
	padding: 2px 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	display: none;
}

.content .phone .phone_box .rows {
	height: 100px;
	background: url(/gyzy/imgbg20220524_1.jpg);
	background-size: 100% 100%;
	margin: 0 -7.5px;
	padding: 5px;
	border: 1px solid #b4cceb;
}

.content .phone .main p {
	margin-top: 5px;
}

.footer {
	background-color: #E3E4E6;
	text-align: center;
	padding: 20px 0;
}

.footer img {
	margin: 0 10px;
}

.footer p {
	line-height: 1.8;
}

.footer p span {
	display: block;
	margin: 0 5px;
}

/*二级*/

.contents {
	overflow: hidden;
	padding: 20px 0 40px;
}

.contents .site {
	border-bottom: 3px solid #012969;
	display: none;
	text-align: right;
	margin: 20px 0;
	padding-bottom: 20px;
	color: #666;
}

.contents .site a {
	color: #666;
}

.contents .report {
	padding: 30px 0px 20px;
}

.contents .report_item {
	position: relative;
	border: 1px solid #DBDDE4;
	padding: 15px;
	margin-top: 40px;
}

.contents .report_item:first-child {
	margin-top: 0;
}

.contents .report_item .report_title {
	position: absolute;
	background-color: #dc0014;
	height: 30px;
	line-height: 30px;
	top: -30px;
	padding: 0 20px;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 16px;
	font-weight: bold;
}

.contents .report_item .report_list {
	overflow: hidden;
	margin-bottom: 15px;
}

.contents .report_item .report_list span {
	width: 30%;
	float: left;
	font-size: 12px;
	text-align: right;
	padding-right: 6px;
	min-height: 1px;
	position: relative;
	margin-top: 3px;
}

.contents .report_item .report_list span i {
	color: #dc0014;
	margin-right: 2px;
	font-style: normal;
	display: none;
}

.contents .report_item .report_list .report_rig {
	width: 70%;
	float: left;
	font-size: 12px;
	position: relative;
}

.contents .report_item .report_list select {
	width: 100%;
	outline: none;
	border: 1px solid #DBDDE4;
	font-size: 12px;
	height: 25px;
}

.contents .report_item .report_list input {
	width: 100%;
	outline: none;
	float: left;
	border: 1px solid #DBDDE4;
	text-indent: 1em;
	font-size: 12px;
	height: 25px;
}

.contents .report_item .report_list .website {
	height: 50px;
}

.contents .report_item .report_list .red {
	color: #DC0014;
}

.contents .report_item .report_list .search {
	padding: 3px 10px;
	background-color: #99a9c3;
	color: #fff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.contents .report_item .report_list textarea {
	height: 60px;
	outline: none;
	border: 1px solid #DBDDE4;
	font-size: 12px;
	width: 100%;
	padding: 5px;
}

.contents .report_item .report_list .annex {
	padding: 5px 30px;
	background-color: #012969;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
}

.contents .report_item .report_list .region select {
	width: 48%;
	float: left;
}

.contents .report_item .report_list .region select:first-child {
	margin-right: 2%;
}

.contents .report_item .report_list .code {
	position: absolute;
	right: 5px;
	top: 4px;
	background-color: #012969;
	color: #fff;
	padding: 0 6px;
	z-index: 99;
	cursor: pointer;
}

.contents .report_item .report_list .gender input {
	width: auto;
	float: none;
}

.contents .report_item .report_list .gender input {
	box-sizing: border-box;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	position: relative;
	border: none;
	outline: none;
}

.contents .report_item .report_list .gender input[type=text] {
	border-bottom: 1px solid #ccc;
	width: 60%;
	height: 4px;
	padding-left: 5px;
	display: none;
}

.contents .report_item .report_list .gender input[type=radio]:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .report_list .gender input[type=radio]:checked:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .report_list .gender input[type=radio]:checked:after {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -4px;
	background: url(../images/20191105img029.png) no-repeat center;
	background-size: 100% 100%;
}

.contents .report_item .report_list .btn{position: absolute;width: 100px;right: 10px;height: 20px;top: 3px;z-index: 999;text-align: center;padding: 0;text-indent: 0;}

.contents .submit {
	margin-top: 20px;
	padding-left: 30%;
	margin-left: 5px;
}

.contents .submit span {
	width: 40%;
	height: 30px;
	line-height: 30px;
	background-color: #012969;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
}

.contents .report_item .choose {
	margin: 20px 0 10px;
	color: #012969;
}

.contents .report_item .choose input {
	width: auto;
	float: none;
}

.contents .report_item .choose input {
	box-sizing: border-box;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	position: relative;
	border: none;
	outline: none;
}

.contents .report_item .choose input[type=text] {
	border-bottom: 1px solid #ccc;
	width: 60%;
	height: 4px;
	padding-left: 5px;
	display: none;
}

.contents .report_item .choose input[type=checkbox]:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .choose input[type=checkbox]:checked:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .choose input[type=checkbox]:checked:after {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -4px;
	background: url(../images/20191105img029.png) no-repeat center;
	background-size: 100% 100%;
}

.contents .report_item .choose span {
	position: relative;
	top: 2px;
	left: -3px;
}

.contents .report_item .report_p {
	overflow: hidden;
}

.contents .report_item .report_p span {
	float: left;
	width: 5%;
}

.contents .report_item .report_p .report_p_right {
	float: left;
	width: 95%;
	padding-left: 10px;
}

.contents .report_item .report_p .red {
	color: #DC0014;
}

.contents .submit.agree {
	padding-left: 10%;
}

.contents .submit span.no {
	background-color: #8094b4;
}

.contents .report_genre {
	overflow: hidden;
	margin: 0 -7.5px;
}

.contents .genre_item {
	padding: 0 7.5px;
}

.contents .genre_list {
	background-color: #3c8bf6;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-radius: 10px;
	font-weight: bold;
	background: url(../images/20191105img039.png) no-repeat center;
	background-size: 100% 100%;
	display: block;
}

.contents .genre_list img {
	width: 19px;
	height: 19px;
	margin-bottom: 10px;
}

.contents .genre_item+.genre_item+.genre_item+.genre_item {
	margin-top: 20px;
}

.contents .genre_list:hover {
	background: url(../images/20191105img040.png) no-repeat center;
	background-size: 100% 100%;
}

.contents .navz {
	border-bottom: 3px solid #012969;
	padding-bottom: 10px;
	position: relative;
}

.contents .navz .navz_item {
	margin-right: 15px;
	position: relative;
	font-weight: bold;
	color: #012969;
	font-size: 20px;
	display: none;
}

.contents .navz .navz_item.active {
	color: #DC0014;
	display: inline-block;
}

.contents .navz .navz_item:before {
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #DC0014;
	bottom: -15px;
	left: 0;
}

.contents .navz .navz_item.active:before {
	display: block;
}

.contents .navz p {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #666;
	white-space: nowrap;
}

.contents .navz p a {
	color: #666;
}

.contents .more_box {
	overflow: hidden;
}

.contents .more_box .more_list {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #DBDDE4;
}

.contents .more_box .more_list .more_title {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 20px;
}

.contents .more_box .more_list .more_con {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.contents .more_box .more_list .more_con p {
	line-height: 1.4;
	font-size: 16px;
	margin: 0;
	padding: 0 !important;
}

.contents .more_box .more_list .time {
	color: #333;
}

.contents .more_box .more_list:hover .more_title {
	color: #012969;
}

.contents .yema {
	margin-top: 30px;
	text-align: center;
}

.contents .single {
	border: 1px solid #DBDDE4;
	overflow: hidden;
	display: block;
	margin: 20px 0;
	padding: 20px 15px;
}

.contents .single_title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDDE4;
	margin-bottom: 20px;
}

.contents .single_title p {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 20px;
	width: 68%;
}

.contents .single_title span {
	float: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #3476F0;
	text-align: center;
	max-width: 30%;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.contents .single_con {
	overflow: hidden;
}

.contents .single_con .single_left {
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
}

.contents .single_con .single_right {
	float: right;
	width: 80%;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-indent: 0;
	line-height: 1.4;
	font-size: 14px;
}

.contents .single_con .single_left .day {
	font-size: 40px;
}

.contents .single_con .single_right p {
	line-height: 1.4;
	font-size: 14px;
	margin: 0;
	padding: 0 !important;
}

.contents .single_con .single_right span,
.contents .single_con .single_right strong,
.contents .single_con .single_right font {
	margin: 0;
	padding: 0;
	line-height: unset;
	font-family: "微软雅黑";
	font-size: 14px !important;
	font-weight: normal;
}

.contents .single:hover .single_title p {
	color: #012969;
}

.contents .detail {
	border: 1px solid #DBDDE4;
	padding: 20px 15px;
}

.contents .detail_title {
	text-align: center;
	border-bottom: 1px solid #DBDDE4;
	padding-bottom: 15px;
}

.contents .detail_title h3 {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
}

.contents .detail_title span {
	display: block;
	color: #666;
	margin-top: 3px;
}

.contents .detail_con {
	line-height: 2;
	padding: 20px 0 30px;
	color: #666;
}

.contents .detail_con img {
	margin: 10px 0;
}

.contents .detail_con p {
	margin: 5px 0;
}

.yema {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 30px;
	background-color: #f2f2f2;
}

.yema .leftcon span {
	padding: 0 5px;
	color: #377ee0;
}

.yema .leftcon em {
	padding: 0 5px;
	color: #377ee0;
	font-style: normal;
}

.yema .rightcon {
	margin-top: 10px;
}

.yema .rightcon a {
	padding: 5px 10px;
	background-color: #377ee0;
	color: #fff;
	margin-left: 10px;
}

.yema .rightcon span {
	display: none;
}

.yema .rightcon input {
	display: none;
}

.contents .web {
	overflow: hidden;
	margin-top: 20px;
	line-height: 1.8;
}

.contents .web .row {
	margin: 0 -7.5px;
}

.contents .web .web_item {
	text-align: center;
	color: #fff;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.contents .web .web_item p {
	background-color: #377EE0;
	padding: 5px 0;
}

.social-share .icon-qzone {
	background: url(../images/qzone.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qzone:hover {
	background: url(../images/qzone.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qzone:before {
	display: none;
}

.social-share .icon-qq {
	background: url(../images/qq.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qq:hover {
	background: url(../images/qq.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qq:before {
	display: none;
}

.social-share .icon-weibo {
	background: url(../images/weibo.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-weibo:hover {
	background: url(../images/weibo.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-weibo:before {
	display: none;
}

.social-share .icon-wechat {
	background: url(../images/chat.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-wechat:hover {
	background: url(../images/chat.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-wechat:before {
	display: none;
}

.fenxiangs #share-2 {
	margin-top: 10px;
}
.content .phone_zijiok {
	padding: 0;
}
.content .phone_zijiok .phone_box a:first-child p {
	margin-top: 8px;
}

.content .phone_zijiok .phone_box a:first-child+a p {
	margin-top: 8px;
}

.content .phone_zijiok .phone_box a:first-child+a+a p {
	margin-top: 20px;
}

.content .phone_zijiok .phone_box a img {
	max-width: 32px;
	
}
.content .phone_zijiok .phone_box a .rows div{
	padding: 6px;
	background: #012969;
	border-radius: 50%;
	display: block;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	margin-right: 10px;
	transition: all 0.5s;
}

.content .phone_zijiok .phone_box a p {
	float: left;
	width: 70%;
	text-align: left;
}

.content .phone_zijiok .phone_box .rows {
	height: 70px;
	margin-bottom: 10px;
}

/* 自己 */

.content .ziji_one .color_oneo {
	background: url(../images/20200831img010.png) no-repeat center;
	background-size: 100% 100%;
}

.content .ziji_one .color_twoo {
	background: url(../images/20200831img012.png) no-repeat center;
	background-size: 100% 100%;
}

.content .ziji_one .ziji_one_ziji a {
	display: block;
	padding: 0 5px;
	height: 110px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}

.content .ziji_one .ziji_one_ziji a img {
	max-width: 48px;
	margin: 22px 0 10px;
	transition: all 0.5s;
}

.content .ziji_one .ziji_one_ziji,
.content .ziji_one .ziji_two_ziji {
	margin: 0 -17px;
}

.ziji_two_ziji>div a {
	border-radius: 18px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 6px 0.3px rgba(152, 152, 152, 0.32);
	padding: 10px 15px;
	margin-top: 20px;
	text-align: center;
}

.ziji_two_ziji a {
	display: block;
}

.ziji_two_ziji a img {
	width: 45px;
}

.ziji_two_ziji a span {
	display: inline-block;
	font-size: 16px;
	margin-left: 20px;
	margin-left: 0;
	margin-top: 8px;
}

.annex {
	padding: 30px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.annex_title {
	color: #005ea3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.annex p a {
	margin: 5px 0px;
	display: block;
}

.swiper-button {
	display: none;
}

/* 辟谣专区 */
.content .refute{
	margin-top: 20px;
}
.content .refute a{
	text-align: center;
	display: block;
}
.content .refute img{
	max-width: 100%;
	margin-top: 5px;
}
.content .refute a:last-child img{
	margin-top: 15px;
}



@media (min-width: 326px) {
	.header .logos {
		margin-bottom: 20px;
	}
	.header .nav {
		top: 180px;
	}
	.content .consult a {
		height: 120px;
	}
}

@media (min-width: 348px) {
	.ziji_two_ziji a span {
		margin-left: 5px;
	}
	.ziji_two_ziji>div a {
		text-align: initial;
	}
}

@media (min-width: 375px) {
	.ziji_two_ziji a span {
		margin-left: 8px;
		margin-top: 0px;
	}
	.ziji_two_ziji>div a {
		text-align: initial;
	}
}

@media (min-width: 401px) {
	.ziji_two_ziji a span {
		margin-left: 20px;
		margin-top: 0px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		margin: 15px 0 10px;
	}
	.content .phone_zijiok .phone_box a:first-child p {
		margin-top: 18px;
	}
	.content .phone_zijiok .phone_box a:first-child+a p {
		margin-top: 18px;
	}
}

@media (min-width: 768px) {
	.content .ziji_one .ziji_one_ziji a {
		height: 130px;
		margin-bottom: 10px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		margin: 15px 0;
	}
	.content .ziji_one .ziji_one_ziji a p {
		font-size: 16px;
	}
	.ziji_two_ziji a img {
		width: 55px;
	}
	.swiper_mation2 .banner_one,
	.swiper_mation2 .banner_three {
		display: none;
	}
	.swiper_mation2 .banner_two {
		display: block;
	}
	.content .phone_zijiok .phone_box a img {
		max-width: 55px;
	}

	.content .phone_zijiok .phone_box a:first-child p {
		margin-top: 0;
	}
	.content .phone_zijiok .phone_box a:first-child+a p {
		margin-top: 0;
	}
	.content .phone_zijiok .phone_box a:first-child+a+a p {
		margin-top: 0;
		text-align: center;
	}
	.content .phone_zijiok .phone_box .rows {
		margin-bottom: 0;
	}
	.header {
		background: url(../images/20191105bj002.png) no-repeat center;
		background-size: 100% 100%;
	}
	.header .nav {
		display: none;
	}
	.menuIco {
		display: none;
	}
	.header {
		height: 300px;
	}
	.header .logo {
		display: none;
	}
	.header .logos {
		display: none;
	}
	.header .logoss {
		display: none;
	}
	.header .logoz {
		display: block;
		line-height: 300px;
	}
	.navs {
		display: block;
		background-color: #012969;
		height: 60px;
		line-height: 60px;
	}
	.navs a {
		display: block;
		width: 20%;
		float: left;
		text-align: center;
		color: #fff;
		font-size: 24px;
	}
	.navs a img {
		position: relative;
		top: -3px;
		transition: all 0.5s;
	}
	.navs a:hover img {
		transform: translate(0px, -5px);
	}
	.content .consult a {
		height: 200px;
		font-size: 24px;
		padding: 0 20px;
	}
	.content .consult .rows img {
		margin: 20px 0;
	}
	.content .network {
		margin: 30px 0;
	}
	.content .network_one {
		margin: 30px 0;
	}
	.content .phone .phone_box {
		margin-top: 25px;
	}
	.content .phone .phone_box .rows {
		height: 170px;
		padding-top: 20px;
	}

	.content .phone_zijiok .phone_box a .rows div {
		display: inline-block;
		margin: 0 auto;
		float: none;
	}

	.content .phone p {
		float: left;
		font-size: 24px;
		margin-top: 3px;
		margin-left: 10px;
	}

	.content .phone_zijiok .phone_box a p {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 15px 12px;
		font-size: 20px;
	}

	
	
	.content .title span {
		font-size: 24px;
	}
	.contents .report_item .report_list span {
		font-size: 16px;
		margin-top: 8px;
		padding-right: 15px;
	}
	.contents .report_item .report_list select {
		height: 40px;
		font-size: 16px;
	}
	.contents .report_item .report_list input {
		height: 40px;
		font-size: 16px;
	}
	.contents .report_item .report_list .search {
		padding: 5px 20px;
	}
	.contents .report_item .report_list .website {
		margin-bottom: 3px;
	}
	.contents .report_item .report_list textarea {
		height: 100px;
	}
	.contents .report_item .report_list .report_rig {
		font-size: 16px;
	}
	.contents .report_item .report_list .annex {
		padding: 10px 40px;
	}
	.contents .report_item .report_list .red {
		margin-bottom: 3px;
	}
	.contents .report_item .report_list .gender input {
		margin: 0 20px;
	}
	.contents .report_item .report_list .gender input[type=radio]:before {
		width: 30px;
		height: 30px;
	}
	.contents .report_item .report_list .gender input[type=radio]:checked:before {
		width: 30px;
		height: 30px;
	}
	.contents .report_item .report_list .gender input {
		width: 20px;
		height: 14px;
	}
	.contents .report_item .report_list .gender input[type=radio]:checked:after {
		width: 17px;
		height: 13px;
	}
	.contents .report_item .report_list .code {
		top: 6px;
		padding: 0 15px;
	}

	.contents .report_item .report_list .btn{height: 30px;top: 5px;width: 130px;}

	.contents .submit {
		margin-left: 7px;
		font-size: 16px;
	}
	.contents .submit span {
		width: 160px;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	.contents .report_item {
		font-size: 16px;
		line-height: 1.6;
	}
	.contents .genre_list {
		padding: 20px 0;
		font-size: 20px;
	}
	.contents .genre_list img {
		width: 38px;
		height: 38px;
	}
	.contents .report_genre {
		padding: 20px 60px;
		margin: 0 -15px;
	}
	.contents .genre_item {
		padding: 0 15px;
	}
	.contents .navz .navz_item {
		font-size: 24px;
	}
	.contents .more_box .more_list {
		font-size: 16px;
	}
	.contents .more_box .more_list .more_con {
		margin: 20px 0;
	}
	.contents .navz {
		margin-bottom: 10px;
	}
	.contents .single_title span {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.contents .single_title p {
		font-size: 24px;
	}
	.contents .single_con .single_left .day {
		font-size: 54px;
		margin-top: -5px;
	}
	.contents .single_con .single_left .month {
		font-size: 16px;
	}
	.contents .single_con .single_right {
		-webkit-line-clamp: 4;
	}
	.contents .single_con .single_right p {
		line-height: 1.6;
		font-size: 16px;
		-webkit-line-clamp: 4;
	}
	.contents .detail_title span {
		display: inline-block;
		margin: 0 5px;
		font-size: 16px;
	}
	.contents .detail_con {
		font-size: 16px;
	}
	.contents .detail_con * {
		font-family: "宋体";
	}
	.contents .detail_con p {
		font-size: 16px;
		margin: 10px 0;
		font-family: "宋体";
	}
	.yema {
		padding: 10px 30px 30px 30px;
		overflow: hidden;
	}
	/* .yema .leftcon {padding-top: 20px;} */
	.yema .rightcon {
		padding-top: 10px;
		margin-left: 30px;
		margin-top: 10px;
	}
	.yema .rightcon span {
		display: inline-block;
		margin-left: 10px;
		line-height: 40px;
		height: 40px;
	}
	.yema .rightcon a {
		padding: 0px 10px;
		background-color: #377ee0;
		color: #fff;
		margin-left: 10px;
		display: inline-block;
		line-height: 40px;
		height: 40px;
	}
	.yema .rightcon input[type="text"] {
		display: inline-block;
		margin-left: 10px;
		outline: none;
		width: 150px;
		box-sizing: border-box;
		height: 40px;
		padding: 8px 10px;
	}
	.yema .rightcon input[type="button"] {
		display: inline-block;
		padding: 0px 10px;
		background-color: #377ee0;
		color: #fff;
		margin-left: 10px;
		line-height: 40px;
		display: inline-block;
		border: none;
	}
	.footer {
		text-align: center;
	}
	.footer p {
		margin-top: 15px;
	}
	.footer p span {
		display: inline-block;
	}
	.contents .single_con .single_right span,
	.contents .single_con .single_right strong,
	.contents .single_con .single_right font {
		font-size: 16px !important;
	}
	.contents .single_con .single_right {
		font-size: 16px;
		line-height: 1.6;
	}

	/* 辟谣专区 */
	.content .refute{
		margin-top: 0;
	}
	.content .refute a{
		float: left;
		width: calc(50% - 10px);
	}
	.content .refute img{
		margin-top: 10px;
	}
	.content .refute a:last-child{
		margin-left: 20px;
	}
	.content .refute a:last-child img{
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.content .ziji_one .ziji_one_ziji,
	.content .ziji_one .ziji_two_ziji {
		margin: 0;
		padding: 0;
	}
	.content .ziji_one .ziji_one_ziji>div {
		width: 100%;
		margin-top: 20px;
	}
	.content .ziji_one .ziji_one_ziji>div:first-child+div {}
	.content .ziji_one .ziji_one_ziji a {
		height: 120px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		max-width: 22%;
		margin: 30px 0px 10px 22px;
		float: left;
	}
	.content .ziji_one .ziji_one_ziji a p {
		font-size: 28px;
		float: left;
		margin-top: 38px;
		margin-left: 34px;
	}
	.content .ziji_one .ziji_one_ziji>div {
		padding-left: 0;
	}
	.swiper_mation2 .pagination_mation {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 99;
		height: 35px;
		line-height: 35px;
		text-align: right;
		padding-right: 15px;
		display: none;
	}
	.swiper_mation2 .pagination_mation .swiper-pagination-switch {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #fff;
		background-color: #fff;
		display: inline-block;
		margin-left: 10px;
		cursor: pointer;
	}
	.swiper_mation2 .banner_one,
	.swiper_mation2 .banner_two {
		display: none;
	}
	.swiper_mation2 .banner_three {
		display: block;
	}
	.network_one .banner_left,
	.network_one .banner_right {
		display: block;
	}
	.swiper_mation2 .pagination_mation {
		display: block;
	}
	.header {
		background: url(../images/20191105bj003.png) no-repeat center;
		background-size: 100% 100%;
	}
	.content {
		overflow: hidden;
		padding: 40px 0 50px;
	}
	.content .consult a {
		height: 150px;
		padding-top: 40px;
	}
	.content .consult a p {
		float: left;
		width: 60%;
		text-align: left;
	}
	.content .consult .rows img {
		float: left;
		margin: 0;
		margin-right: 15px;
	}
	.content .consult .query p {
		padding-top: 15px;
	}
	.content .consult .report p {
		padding-top: 15px;
	}
	.content .consult .rows {
		margin: 0 -15px;
	}
	.content .consult .rows div {
		padding: 0 15px;
	}
	.content .info {
		margin-top: 40px;
	}
	.content .info .red {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.content .title {
		font-size: 24px;
	}
	.content .title a {
		font-size: 14px;
	}
	.content .network {
		margin: 40px 0;
	}
	.content .network_one {
		margin: 40px 0;
	}
	.content .title span:after {
		bottom: -19px;
	}
	.content .law .clear {
		display: none;
	}
	.content .phone .phone_box {
		margin-top: 30px;
	}
	
	.content .phone .phone_box .rows {
		padding: 20px;
		height: 180px;
	}

	.content .phone_zijiok .phone_box a{
		padding-left:20px; 
		padding-right: 20px;
	}
	.content .phone_zijiok .phone_box a .rows div {
		
	}
	.content .phone_zijiok .phone_box a p{
		text-align: center;
		padding: 15px 30px;
	}
	
	.contents .site {
		display: block;
		margin: 30px 0 40px;
	}
	.contents .report {
		padding: 50px 15px 30px;
	}
	.contents .report_item {
		margin-top: 80px;
	}
	.contents .report_item .report_title {
		padding: 0px;
		height: 50px;
		line-height: 50px;
		top: -51px;
		left: 30px;
		width: 190px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	.contents .report_item .report_list span {
		width: 20%;
	}
	.contents .report_item .report_list .report_rig {
		width: 80%;
	}
	.contents .report_item .report_list .code {
		padding: 2px 15px;
	}
	.contents .report_item .report_list .btn{position: absolute;width: 200px;right: 25px;height: 30px;top: 5px;z-index: 999}
    .contents .report_item .report_list .report_rig textarea{margin-top: 0;font-size:16px;}
	.contents .submit {
		padding-left: 20%;
	}
	.contents .report_genre {
		padding: 20px 80px;
	}
	.contents .genre_list {
		padding: 25px 0;
	}
	.contents .navz {
		margin: 20px 0 40px;
		padding-bottom: 15px;
	}
	.contents .navz .navz_item {
		font-size: 32px;
		margin-right: 40px;
		padding-bottom: 7px\9;
		display: inline-block;
	}
	.contents .navz .navz_item:before {
		bottom: -20px;
	}
	.contents .more_box .more_list:first-child {
		padding-top: 0;
	}
	.contents .single_con .single_left {
		width: 10%;
	}
	.contents .single_con .single_right {
		width: 90%;
	}
	.contents .single_title {
		padding-bottom: 20px;
	}
	.contents .single {
		padding: 30px 20px;
		margin: 30px 0;
	}
	.contents .single:first-child {
		margin-top: 0;
	}
	.contents .single_title span {
		bottom: 20px;
	}
	.contents .single_con .single_right p {
		height: auto;
	}
	.contents .detail {
		margin-top: 40px;
		padding: 30px;
	}
	.contents .detail_title h3 {
		margin-bottom: 30px;
	}
	.contents .detail_title {
		padding-bottom: 30px;
	}
	.contents .detail_con {
		padding: 20px 0;
	}
	.contents .detail_con p {
		margin: 10px 0;
	}
	.yema {
		padding: 30px;
	}
	.yema .leftcon {
		float: left;
		padding-top: 0px;
		line-height: 40px;
	}
	.yema .rightcon {
		float: left;
		padding-top: 0px;
		margin-left: 30px;
		margin-top: 0px;
	}
	.contents .report_item .report_p span {
		text-align: right;
	}
	.contents .report_item .choose {
		padding-left: 20px;
	}
	.content .info {
		position: relative;
	}
	.content .info li a {
		font-size: 16px;
		padding-right: 95px;
	}
	.content .list li a {
		font-size: 16px;
		padding-right: 95px;
	}
	.contents .more_box .more_list .more_title {
		font-size: 24px;
	}
	.contents .web .web_item p {
		padding: 15px 0;
		font-size: 18px;
	}
	.footer p span {
		margin: 0 15px;
	}
	.content .report_pohoe {
		padding: 3px 15px;
		display: block;
	}
	.swiper-button {
		display: block;
		background: rgba(255, 255, 255, 0.341);
		border-radius: 5px;
		color: #fff;
		cursor: pointer;
		font-size: 26px;
		font-weight: bold;
		height: 69px;
		line-height: 69px;
		margin-top: -35px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 25px;
	}
	.swiper-button-prev {
		left: 10px;
	}
	.swiper-button-next {
		right: 10px;
	}

	/* 辟谣专区 */
	.content .refute{
		margin-top: 20px;
	}
	.content .refute a{
		width: 100%;
	}
	.content .refute img{
		margin-top: 20px;
	}
	.content .refute a:last-child{
		margin-left: 0;
	}
	.content .refute a:last-child img{
		margin-top: 20px;
	}

	
}

@media (min-width: 1200px) {
	.content .ziji_one .ziji_one_ziji a img {
		margin: 30px 0px 10px 66px;
	}
	.content .ziji_one .ziji_one_ziji a p {
		font-size: 36px;
		margin-top: 34px;
	}
	.content .ziji_one .ziji_one_ziji a {
		height: 140px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		margin: 40px 0px 10px 66px;
	}
	.content .ziji_one .ziji_one_ziji a p {
		margin-top: 44px;
	}
	.content .ziji_one .ziji_one_ziji a {
		margin-bottom: 0;
	}
	.content .ziji_one .ziji_one_ziji>div:first-child+div {
		margin-top: 35px;
	}

	.content .phone_zijiok .phone_box a .rows div {
		
	}

	.content .phone_zijiok .phone_box a p {
		font-size: 24px;
		padding: 17px 45px;
	}

	.content .ziji_one .ziji_one_ziji a p {
		margin-left: 20px;
	}
	.ziji_two_ziji>div a {
		padding: 10px 25px 10px 35px;
		transition: all 0.7s;
	}
	.ziji_two_ziji>div a:hover img {
		transform: rotateY(180deg);
		transition: all 0.7s;
	}
	.ziji_two_ziji a img {
		width: 70px;
		transition: all 0.7s;
	}
	.ziji_two_ziji a span {
		font-size: 18px;
		margin-left: 25px;
	}
	.content .ziji_one .ziji_two_ziji>div {
		margin-right: -15px;
		padding-left: 10px;
	}
	.annex {
		margin-bottom: 40px;
	}
}


@media (min-width: 1350px) {
	.container {
		width: 1240px;
	}
	.content .consult a {
		padding: 40px 50px;
	}
	.content .consult .rows img {
		margin-right: 20px;
	}
	.content .report_pohoe {
		top: 25px;
	}

	.content .refute img{
		margin-top: 10px;
	}


	.content .phone_zijiok .phone_box a p{
		padding: 17px 60px;
	}
}